	
;;; QQ: 67762207
% 100
+5
+6
+43

[@main]
#IF
#ACT
goto @main_root

[@main_root]
#IF
checkpkpoint 2
#SAY
I do not want to do business with you this bad. \ \
  <End/@exit>

#ELSEACT
goto @main_root_1

[@main_root_1]
#SAY
Welcome, thanks to visit. \ \
(FCOLOR/10) bulk <buy/@buy + (weapons class)> Weapons (FCOLOR/12) \
<Buy/@buy> Weapons \
<Sell/@sell> Weapons \
<Repair/@repair> Weapons \
<Special Repair/@Special_Repair (1)> Weapons \
<Weapons production and decomposition/@WeaponProduce> \
<End/@exit>


[@Special_Repair ()]
#CALL [\system\TotalRepair.txt] @SRepairItem

[@ BUY + ()]
#CALL [VimaScript\bulk purchases.Txt] @quantities 

[@WeaponProduce]
#CALL [ProduceSystem\Weapon\WeaponMain.txt] @Weaponmain

[@buy]
#SAY
Please choose to buy weapons. \ \
  <Pre-step/@main>

[@sell]
#SAY
Please want to sell the weapons carried to come. \ \
  <Pre-step/@main>

[@repair]
#SAY
You want to repair weapons? Please fix the things you want carried to come. \ \
  <Pre-step/@main>

[~@repair]
#SAY
Repair was good, next time I come back. \ \
  <Pre-step/@main>

[goods]
; ItemName Volume Hour
Bronze Ax 10 1
History and a glorious 100 1
Ling Feng 100 1
Zhan Madao 100 1
Ashura 100 1
Curse of the sea soul 100 1
Sea Spirit 100 1
Curse and a half months 100 1
Half 100 1
Pickaxe 100 1
Cream 100 1
Double-edged sword 100 1
Blu-ray Cream 100 1
Guang Yan Yue 100 1
Yan Yue 100 1
Black Light fell monsters, 100 1

;;; QQ: 67762207